Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1466,36 +1466,10 @@ def create_text_image() -> None:
|
|
1466 |
if st.session_state.ready:
|
1467 |
st.rerun()
|
1468 |
else:
|
1469 |
-
st.info(
|
1470 |
-
"""
|
1471 |
-
**Enter your API Keys in the sidebar**
|
1472 |
-
|
1473 |
-
- For GPT models such as 'gpt-4o', you can obtain an OpenAI
|
1474 |
-
API key from https://platform.openai.com/account/api-keys.
|
1475 |
-
|
1476 |
-
- For Claude models such as 'claude-3.5-sonnet', you can
|
1477 |
-
obtain an Anthropic API key from
|
1478 |
-
https://console.anthropic.com/settings/keys.
|
1479 |
-
|
1480 |
-
- For Gemini models such as 'gemini-1.5-flash', you can obtain
|
1481 |
-
a Google API key from https://aistudio.google.com/app/apikey.
|
1482 |
-
|
1483 |
-
- For internet searches, obtain your Bing Subscription Key
|
1484 |
-
[here](https://portal.azure.com/) or Google CSE ID
|
1485 |
-
[here](https://programmablesearchengine.google.com/about/).
|
1486 |
-
If you do not plan to search the internet, there is no need
|
1487 |
-
to enter your Bing Subscription key or Google CSE ID.
|
1488 |
-
"""
|
1489 |
-
)
|
1490 |
#st.image("files/Streamlit_Agent_App.png")
|
1491 |
st.info(
|
1492 |
"""
|
1493 |
-
This app is
|
1494 |
-
Korea University. Take a look at some of his other projects:
|
1495 |
-
- [OpenAI Assistants](https://assistants.streamlit.app/)
|
1496 |
-
- [Multi-Agent Debate](https://multi-agent-debate.streamlit.app/)
|
1497 |
-
- [TWY's Playground](https://twy-playground.streamlit.app/)
|
1498 |
-
- [Differential equations](https://diff-eqn.streamlit.app/)
|
1499 |
"""
|
1500 |
)
|
1501 |
st.stop()
|
|
|
1466 |
if st.session_state.ready:
|
1467 |
st.rerun()
|
1468 |
else:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1469 |
#st.image("files/Streamlit_Agent_App.png")
|
1470 |
st.info(
|
1471 |
"""
|
1472 |
+
This app is based on [T.-W. Yoon's work](https://github.com/twy80/LangChain_llm_Agent/tree/main)
|
|
|
|
|
|
|
|
|
|
|
1473 |
"""
|
1474 |
)
|
1475 |
st.stop()
|