NihalGazi commited on
Commit
d0dcd2d
·
verified ·
1 Parent(s): 6f0ca4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ async def on_raw_reaction_add(payload):
64
  "Write only and only the translated text, no need for explanation or anything."
65
  )
66
  encoded_prompt = urllib.parse.quote(prompt)
67
- server = os.getenv("API")
68
  url = f"{server}{encoded_prompt}?model=gemini"
69
  print(f"GET {url}")
70
 
 
64
  "Write only and only the translated text, no need for explanation or anything."
65
  )
66
  encoded_prompt = urllib.parse.quote(prompt)
67
+ server = os.getenv("api")
68
  url = f"{server}{encoded_prompt}?model=gemini"
69
  print(f"GET {url}")
70