Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ demo = gr.Interface(fn = invoke,
|
|
77 |
title = "Generative AI - LLM & Agent",
|
78 |
description = os.environ["DESCRIPTION"],
|
79 |
examples = [["sk-", "What is today's date?", AGENT_ON],
|
80 |
-
["sk-", "What is the weather in Irvine, California? Answer in
|
81 |
cache_examples = False)
|
82 |
|
83 |
demo.launch()
|
|
|
77 |
title = "Generative AI - LLM & Agent",
|
78 |
description = os.environ["DESCRIPTION"],
|
79 |
examples = [["sk-", "What is today's date?", AGENT_ON],
|
80 |
+
["sk-", "What is the weather in Irvine, California? Answer in imperial system.", AGENT_ON]],
|
81 |
cache_examples = False)
|
82 |
|
83 |
demo.launch()
|