Skip to content

Commit

Permalink
Apply pre-commmit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoukpaizan authored and actions-user committed Jul 29, 2024
1 parent 69f3b86 commit 31083d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viz/backend/sqlchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

def sqlchain(input_text):
llm = ChatOpenAI(openai_api_key=config.openai_key,
model_name="gpt-3.5-turbo", temperature=0, verbose=True)
model_name="gpt-3.5-turbo", temperature=0, verbose=True)
db = SQLDatabase.from_uri(
f"postgresql+psycopg2://postgres:{config.sql_key}@localhost:5432/{config.database_name}")
mydb = sqldb.create_engine(
Expand Down

0 comments on commit 31083d4

Please sign in to comment.