umair894 commited on
Commit
a1325f3
Β·
verified Β·
1 Parent(s): baa4d60

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +33 -10
  2. chainlit.md +14 -0
README.md CHANGED
@@ -1,10 +1,33 @@
1
- ---
2
- title: Openai Assistant Chat
3
- emoji: πŸ¦€
4
- colorFrom: blue
5
- colorTo: indigo
6
- sdk: docker
7
- pinned: false
8
- ---
9
-
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # OpenAI Assistant
2
+
3
+ You can deploy your OpenAI assistant with Chainlit using this template.
4
+ ![openai-assistant](https://github.com/Chainlit/openai-assistant/assets/13104895/5c095a89-e426-417e-977d-772c4d4974c2)
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
+ [![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](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.