Spaces:
Running
Running
[default] | |
chatbot_name = ConversAI | |
chatbot_prefix = convai | |
[data_analyzer] | |
groq_llm_name = llama-3.1-8b-instant | |
additional_query = .In case, you are to plot a chart, make sure the x-axis labels are 90 degree rotated. | |
verbose = False | |
; [easy_ocr] | |
; model_path = resources/easyocr_model | |
; language = en | |
; gpu = True | |
[speech_to_text] | |
model_id = openai/whisper-large-v3 | |
max_new_tokens = 128 | |
chunks_length_s = 30 | |
batch_size = 16 | |
[supabase_chatbot_management] | |
user_config_table = ConversAI_UserConfig | |
chat_bot_table = ConversAI_ChatbotInfo | |
[all_mini_l6_v2_vector_embedding] | |
device = cpu | |
normalize_embeddings = True | |
[fastapi_config] | |
host = 0.0.0.0 | |
port = 7860 | |
docs_url = /docs | |
redoc_url = /redoc | |
openapi_url = /openapi.json | |
[oauth] | |
redirect_to : https://convers-ai-test.vercel.app/home/ |