assistant
assistant copied to clipboard
Appwrite's AI assistant 🧠
### 🔖 Feature description I think support for Azure Openai API would be great. as so many developers and organizations use Azure to fulfill their Cloud Needs. So adding up...
- Move vector store initialization to a dedicated script and save index to disk - Switch from basic Q&A chain to a streaming chat chain that maintains conversation history -...
## What does this PR do? Add a large model compatible with OpenAI protocol to the assistant ## Test Plan ## Related PRs and Issues ### Have you read the...
### 🔖 Enhancement description Add a large model compatible with OpenAI protocol to the assistant ### 🎤 Pitch .env: _APP_ASSISTANT_OPENAI_API_KEY=YOUR_OPENAI_API_KEY _APP_ASSISTANT_BASE_URL=https://api.openai.com/v1 _APP_ASSISTANT_MODEL_NAME=gpt-4o _APP_ASSISTANT_EMBEDDING_MODEL=text-embedding-ada-002 ### 👀 Have you spent some time...