Skip to content

Commit

Permalink
Update app/api/url_generator.py
Browse files Browse the repository at this point in the history
Co-authored-by: Arman Jahanpour <77515879+rmanaem@users.noreply.github.com>
  • Loading branch information
Raya679 and rmanaem authored Aug 13, 2024
1 parent a998642 commit 63f8f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/url_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_api_url(user_query: str) -> str:
Returns:
str: The constructed API URL.
"""
base_api_url = os.getenv("BASE_API_URL", "None")
base_api_url = os.getenv("NB_API_QUERY_URL", "None")
llm_response = extract_information(user_query)

try:
Expand Down

0 comments on commit 63f8f3a

Please sign in to comment.