i135e1fi414i41tqe / config.json
serhan's picture
Upload 16 files
14e11d6
raw
history blame
334 Bytes
{
"temperature": 0.1,
"language": "Turkish",
"open_ai_chat_model": "gpt-3.5-turbo",
"use_stream": false,
"use_postgres": false,
"index_path": "./index",
"postgres_url": "postgresql://localhost:5432/mydb",
"mode": "webui",
"api_port": 9531,
"api_host": "localhost",
"webui_port": 7860,
"webui_host": "0.0.0.0"
}