|
26 | 26 | </a> |
27 | 27 | </div> |
28 | 28 |
|
29 | | -Use **many large language models**: OpenAI / Anthropic / Open / Local LLM's with **one Streamlit Web App**. |
30 | | - |
31 | 29 | ## Features |
32 | 30 |
|
| 31 | +Use **many large language models**: OpenAI, Anthropic, Open / Local LLM's with **one Streamlit Web App**. |
| 32 | + |
33 | 33 | * LLM Support |
34 | | - * Ollama |
| 34 | + * Ollama - Open Source Models |
35 | 35 | * OpenAI - GPT 3.5 / GPT4 / GPT4o / GPT4o-mini |
36 | 36 | * Anthropic - Claude 3 (Opus / Sonnet) / Claude 3.5 |
37 | | - * Groq API |
| 37 | + * Groq API - LlaMa models using quick LPU inference |
38 | 38 | * Extended explanation |
39 | 39 | * [**SliDev presentation** of the Streamlit-MultiChat](https://jalcocert.github.io/Streamlit-MultiChat/1) |
40 | | - * [This **blog post**](https://jalcocert.github.io/JAlcocerT/create-streamlit-chatgpt/#a-multichat-with-streamlit) |
| 40 | + * [This **blog post** →](https://jalcocert.github.io/JAlcocerT/create-streamlit-chatgpt/#a-multichat-with-streamlit) |
| 41 | + * Deploy as per `https://github.com/JAlcocerT/Streamlit-MultiChat/tree/main/Z_DeployMe` |
41 | 42 |
|
42 | 43 | During the process, I also explored: [SliDev PPTs](https://github.com/JAlcocerT/Streamlit-MultiChat/tree/main/slidev), [ScrapeGraph](https://github.com/JAlcocerT/Streamlit-MultiChat/blob/main/Z_Tests/ScrapeGraph/test_scrapegraph_stv2.py), [DaLLe](https://github.com/JAlcocerT/Streamlit-MultiChat/tree/main/Z_Tests/Pict_for_SliDev-DaLLe), [Streamlit Auth](https://github.com/JAlcocerT/Streamlit-MultiChat/tree/main/Z_Tests/Auth_sqlite) and [OpenAI as Custom Agents](https://github.com/JAlcocerT/Streamlit-MultiChat/tree/main/Z_Tests/OpenAI) |
43 | 44 |
|
44 | 45 | ## Getting Started |
45 | 46 |
|
46 | 47 | <details> |
47 | | - <summary>Clone and Run 👇</summary> |
| 48 | + <summary>Clone and Run with the API keys 👇</summary> |
48 | 49 | |
49 | 50 |
|
50 | | -Try the Project quickly with [Python Venv's](https://fossengineer.com/python-dependencies-for-ai/): |
| 51 | + * OpenAI API Keys - <https://platform.openai.com/api-keys> |
| 52 | + * Anthropic - <https://console.anthropic.com/settings/keys> |
| 53 | + * Groq - <https://console.groq.com/keys> |
| 54 | + * For Ollama, you need [this setup](https://fossengineer.com/selfhosting-llms-ollama/) |
| 55 | + |
| 56 | +Try the Project quickly with [**Python Venv's**](https://fossengineer.com/python-dependencies-for-ai/): |
51 | 57 |
|
52 | 58 | ```sh |
53 | 59 | git clone https://github.com/JAlcocerT/Streamlit-MultiChat |
@@ -112,4 +118,4 @@ Projects I got inspiration from / consolidated in this App were [tested here](ht |
112 | 118 | <a href="https://ko-fi.com/Z8Z1QPGUM"> |
113 | 119 | <img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="ko-fi"> |
114 | 120 | </a> |
115 | | -</div> |
| 121 | +</div> |
0 commit comments