Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- README.md +33 -10
- chainlit.md +14 -0
README.md
CHANGED
@@ -1,10 +1,33 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# OpenAI Assistant
|
2 |
+
|
3 |
+
You can deploy your OpenAI assistant with Chainlit using this template.
|
4 |
+

|
5 |
+
|
6 |
+
### Supported Assistant Features
|
7 |
+
|
8 |
+
| Streaming | Files | Code Interpreter | File Search | Voice |
|
9 |
+
| --------- | ----- | ---------------- | ----------- | ----- |
|
10 |
+
| β
| β
| β
| β
| β
|
|
11 |
+
|
12 |
+
### Get an OpenAI API key
|
13 |
+
|
14 |
+
Go to OpenAI's [API keys page](https://platform.openai.com/api-keys) and create one if you don't have one already.
|
15 |
+
|
16 |
+
### Create an Assistant
|
17 |
+
|
18 |
+
Go to OpenAI's [assistant page](https://platform.openai.com/assistants) and click on the `Create` at the top right.
|
19 |
+
|
20 |
+
Configure your assistant.
|
21 |
+
|
22 |
+
### [Optional] Get a Literal AI API key
|
23 |
+
|
24 |
+
> [!NOTE]
|
25 |
+
> Literal AI is an all in one observability, evaluation and analytics platform for building LLM apps.
|
26 |
+
|
27 |
+
Go to [Literal AI](https://cloud.getliteral.ai/), create a project and go to Settings to get your API key.
|
28 |
+
|
29 |
+
### Deploy
|
30 |
+
|
31 |
+
Click on the button below, then set the API keys in the form and click on `Apply`.
|
32 |
+
|
33 |
+
[](https://render.com/deploy)
|
chainlit.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Welcome to Chainlit! ππ€
|
2 |
+
|
3 |
+
Hi there, Developer! π We're excited to have you on board. Chainlit is a powerful tool designed to help you prototype, debug and share applications built on top of LLMs.
|
4 |
+
|
5 |
+
## Useful Links π
|
6 |
+
|
7 |
+
- **Documentation:** Get started with our comprehensive [Chainlit Documentation](https://docs.chainlit.io) π
|
8 |
+
- **Discord Community:** Join our friendly [Chainlit Discord](https://discord.gg/k73SQ3FyUh) to ask questions, share your projects, and connect with other developers! π¬
|
9 |
+
|
10 |
+
We can't wait to see what you create with Chainlit! Happy coding! π»π
|
11 |
+
|
12 |
+
## Welcome screen
|
13 |
+
|
14 |
+
To modify the welcome screen, edit the `chainlit.md` file at the root of your project. If you do not want a welcome screen, just leave this file empty.
|