Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias2660 committed Jul 13, 2024
1 parent 94a0199 commit 1359fc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/gptFunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ def perform_google_query(
return f"An error occurred: {e}"


def perform_grok_query(context:str=system_message, query:str="Hi!", model:str="") -> str:
...

async def createQOTW(websites: str, model: str = "gpt-4o") -> str:
if model not in gpt_models and model:
return f"Invalid model. Please run the prompting help command to find the right model to use."
Expand Down

0 comments on commit 1359fc9

Please sign in to comment.