Skip to content

Commit

Permalink
Merge pull request #13 from Elias2660/formatting-changes
Browse files Browse the repository at this point in the history
Automated formatting changes
  • Loading branch information
Elias2660 authored Jul 13, 2024
2 parents 1359fc9 + 5d0489b commit d054f08
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions utils/gptFunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,10 @@ def perform_google_query(
return f"An error occurred: {e}"


def perform_grok_query(context:str=system_message, query:str="Hi!", model:str="") -> str:
...
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:
Expand Down

0 comments on commit d054f08

Please sign in to comment.