Rooni commited on
Commit
4f15db8
·
1 Parent(s): 65c89f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ BASE_URL = os.getenv("BASE_URL")
6
  API_KEY = os.getenv("API_KEY")
7
 
8
  def generate_response(prompt):
9
- endpoint = f'{BASE_URL}''
10
  headers = {
11
  "Content-Type": "application/json",
12
  "Authorization": f"Bearer {API_KEY}",
 
6
  API_KEY = os.getenv("API_KEY")
7
 
8
  def generate_response(prompt):
9
+ endpoint = f'{BASE_URL}'
10
  headers = {
11
  "Content-Type": "application/json",
12
  "Authorization": f"Bearer {API_KEY}",