Skip to content

Commit

Permalink
Update app
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhnx committed Apr 29, 2024
1 parent 01e72cb commit 793a997
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"(Optional) Enter OpenAI Orginazation ID, for billing management. You can skip this."
) # OPTIONAL

os.environ["ASSISTANT_ID"] = os.getenv("ASSISTANT_ID") or getpass(
"(Optional) Enter pre-defined OpenAI Assistant ID, this is used for assistant conversation thread. You can skip this."
) # OPTIONAL
# os.environ["ASSISTANT_ID"] = os.getenv("ASSISTANT_ID") or getpass(
# "(Optional) Enter pre-defined OpenAI Assistant ID, this is used for assistant conversation thread. You can skip this."
# ) # OPTIONAL

os.environ["GEMINI_API_KEY"] = os.getenv("GEMINI_API_KEY") or getpass(
"Enter Google Gemini API Key, this is used for Vision capability. You can skip this: "
Expand Down

0 comments on commit 793a997

Please sign in to comment.