Skip to content

Commit 18d8f8c

Browse files
authored
Update README.md for clarifying post
1 parent 6a2fa29 commit 18d8f8c

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,34 @@
2626
</a>
2727
</div>
2828

29-
Use **many large language models**: OpenAI / Anthropic / Open / Local LLM's with **one Streamlit Web App**.
30-
3129
## Features
3230

31+
Use **many large language models**: OpenAI, Anthropic, Open / Local LLM's with **one Streamlit Web App**.
32+
3333
* LLM Support
34-
* Ollama
34+
* Ollama - Open Source Models
3535
* OpenAI - GPT 3.5 / GPT4 / GPT4o / GPT4o-mini
3636
* Anthropic - Claude 3 (Opus / Sonnet) / Claude 3.5
37-
* Groq API
37+
* Groq API - LlaMa models using quick LPU inference
3838
* Extended explanation
3939
* [**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`
4142

4243
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)
4344

4445
## Getting Started
4546

4647
<details>
47-
<summary>Clone and Run 👇</summary>
48+
<summary>Clone and Run with the API keys 👇</summary>
4849
&nbsp;
4950

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/):
5157

5258
```sh
5359
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
112118
<a href="https://ko-fi.com/Z8Z1QPGUM">
113119
<img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="ko-fi">
114120
</a>
115-
</div>
121+
</div>

0 commit comments

Comments
 (0)