Skip to content

Commit

Permalink
MERGE development INTO master (#9)
Browse files Browse the repository at this point in the history
* Had to fix mongo db name

* Updates readme

* Adds plugins to chat

* Removes plugins from route since agent is added

* Adds the prompts routes

* Adds default react client

* Adds client side app

* Adding gif

* adds video

* Updates readme

* Should have video in reade

* Add link for backup for vid, not showing in gitub readme. Does locally

* Adds gif cause won't show video on github

* Update readme
  • Loading branch information
ryaneggz authored Dec 9, 2023
1 parent c4c55ff commit 47f27a2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
</h1>
<p align="center">
Full LLM REST API with prompts, LLMs, Vector Databases, and Agents
</p>
<p align="center">
<a href="#"><img src="https://img.shields.io/badge/View%20Documentation-Docs-yellow"></a>
<a href="https://promptengineersai.slack.com/ssb/redirect"><img src="https://img.shields.io/badge/Join%20our%20community-Slack-blue"></a>
Expand All @@ -13,9 +14,20 @@ Full LLM REST API with prompts, LLMs, Vector Databases, and Agents
<!-- <a href="https://www.youtube.com/@promptengineersai"><img src="https://img.shields.io/youtube/channel/views/UCpGq31VRTZ9JzosUFA_HWzw?label=@promptengineersai
"></a> -->
</p>
<!-- <p align="center">
<video autoplay loop muted playsinline>
<source src="https://github.com/promptengineers-ai/llm-server/blob/development/static/demos/chat-ui-demo.mp4?raw=true" type="video/mp4">
Your browser does not support the video tag.
</video>
</p> -->

<p align="center">
<img src="https://github.com/promptengineers-ai/llm-server/blob/development/static/demos/llm-server.gif?raw=true" />
</p>

### Useful Links
- [Blog Rocket - Deploying FastAPI to Vercel](https://blog.logrocket.com/deploying-fastapi-applications-to-vercel/)
- [Deploying FastAPI to Vercel](https://blog.logrocket.com/deploying-fastapi-applications-to-vercel/)
- [Demo of AI Assistant Chat Client UI](https://www.loom.com/share/a697426952e94d95957773e973759693?sid=5014613d-4785-4a79-840c-4bcb45d969dd)


## 🛠️ Server Setup and Usage
Expand Down Expand Up @@ -70,8 +82,8 @@ bash scripts/client.sh
</tr>
<tr>
<td>OPENAI_API_KEY</td>
<td>30</td>
<td>sk-abc123...</td>
<td>Default LLM OpenAI key</td>
</tr>
<tr>
<td>MONGO_CONNECTION</td>
Expand Down
Binary file added static/demos/chat-ui-demo.mp4
Binary file not shown.
Binary file added static/demos/llm-server.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 47f27a2

Please sign in to comment.