EduX Documentation home page
Search...
⌘K
danswer-ai/danswer
danswer-ai/danswer
Search...
Navigation
Gen AI Configs
OpenAI Options
Documentation
Slack
Discord
Welcome to EduX
Introduction
Quickstart
Resourcing
Slack Bot Setup
Gen AI Configs
GenAI Overview
OpenAI Options
Azure OpenAI
HuggingFace Inference API
Ollama
GPT4All
FastChat
Custom Model Server
Configuring Danswer
System Overview
Contact Us
Security
Deploy with AWS
Deploy on GCP
Deploy on Azure
Deploy on Digital Ocean
Auth
Basic Auth Setup
Google OAuth Setup
OIDC/SAML Setup
Connectors
Connector Overview
Web Connector
File Connector
Slack Connector
GitHub Connector
GitLab Connector
Confluence Connector
Jira Connector
Google Drive Connector
Gmail Connector
Notion Connector
Zendesk Connector
Microsoft Sharepoint Connector
Salesforce Connector
Teams Connector
Gong Connector
Linear Connector
BookStack Connector
Document360 Connector
Request Tracker Connector
Slab Connector
Guru Connector
Productboard Connector
HubSpot Connector
Zulip Connector
Google Sites Connector
Dropbox Connector (Beta)
Discourse Connector
ClickUp Connector
Backend APIs
Ingestion API
Cloud APIs
POST
Answer with Quote
POST
Answer with Citations
More
Telemetry
Additional Options
On this page
Set Danswer to use GPT-4
Set Danswer to use Text-Davinci-003
Gen AI Configs
OpenAI Options
Configure Danswer to use different OpenAI models
Refer to
Model Configs
for how to set the environment variables for your particular deployment.
The default Danswer model is GPT-3.5-Turbo so if you wish to use this, there’s no need to change anything.
Set Danswer to use GPT-4
GEN_AI_MODEL_VERSION=gpt-4
GEN_AI_API_KEY=<your-gpt4-compatible-key>
You can also leave this unset and set it later via the UI
Set Danswer to use Text-Davinci-003
GEN_AI_MODEL_VERSION=text-davinci-003
GEN_AI_API_KEY=<your-openai-key>
You can also leave this unset and set it later via the UI
GenAI Overview
Azure OpenAI
Assistant
Responses are generated using AI and may contain mistakes.