chatbot / .env.example
.env.example
Raw
# Together AI API key for authentication
TOGETHER_API_KEY=
# OpenAI API key for authentication (if using OpenAI services)
OPENAI_API_KEY=
# The model to be used for chat interactions (e.g., 'gpt-3.5-turbo', 'gpt-4')
NEXT_PUBLIC_MODEL=
# The API endpoint for chat interactions (e.g., https://api.openai.com/v1/chat/completions)
NEXT_PUBLIC_CHAT_API=