Skip to content

Commit

Permalink
Apply pre-commmit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pelesh authored and actions-user committed Jun 28, 2024
1 parent cf29c8e commit 4d9d2d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildsystem/spack/summit/modules/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ module load python-3.8.10-gcc-10.2.0-yeap5du
# [email protected]%[email protected]~X~batch~cgns~complex~cuda~debug+double~exodusii~fftw+fortran~giflib~hdf5~hpddm~hwloc~hypre~int64~jpeg~knl~kokkos~libpng~libyaml~memkind+metis~mkl-pardiso~mmg~moab~mpfr+mpi~mumps~openmp~p4est~parmmg~ptscotch~random123~rocm~saws~scalapack+shared~strumpack~suite-sparse~superlu-dist~tetgen~trilinos~valgrind clanguage=C patches=2daeca7 arch=linux-rhel8-power9le
module load petsc-3.18.0-gcc-10.2.0-6zx23r5
# exago@parco%[email protected]+cuda+hiop~ipo+ipopt+mpi~python+raja~rocm build_type=RelWithDebInfo cuda_arch=70 arch=linux-rhel8-power9le
## module load exago-parco-gcc-10.2.0-ev5cbjc
## module load exago-parco-gcc-10.2.0-ev5cbjc
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 4d9d2d7

Please sign in to comment.