chburhan64 commited on
Commit
e3e1abb
·
verified ·
1 Parent(s): edb1f8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import requests
3
  import os
4
 
5
- API_KEY = os.getenv("AIMLAPI_API_KEY") or "your_aimlapi_key_here"
6
  API_URL = "https://api.aimlapi.com/v1/chat/completions"
7
  SYSTEM_PROMPT = (
8
  "You are a highly knowledgeable and friendly veterinary assistant AI. "
 
2
  import requests
3
  import os
4
 
5
+ API_KEY = os.getenv("AIML_API_KEY") or "your_aimlapi_key_here"
6
  API_URL = "https://api.aimlapi.com/v1/chat/completions"
7
  SYSTEM_PROMPT = (
8
  "You are a highly knowledgeable and friendly veterinary assistant AI. "