mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
* chore: make openai package definition explicit
* ✨ v0.7.1
* chore: gpt-4-vision correct context length
* add `llava` to vision models list
3 lines
130 B
JavaScript
3 lines
130 B
JavaScript
// v0.7.1
|
|
// See .env.test.example for an example of the '.env.test' file.
|
|
require('dotenv').config({ path: './e2e/.env.test' });
|