Skip to content

Commit

Permalink
Just chaing the title of the information label when running the script.
Browse files Browse the repository at this point in the history
  • Loading branch information
apolo74 committed Oct 25, 2024
1 parent 83772b3 commit 100f55a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def main_loop( args ):

# Summarize main parameters
print(60 * '-')
print('[create_sql_query_chain + SQL examples]')
print('[SQL examples -> SQL generating chain -> Response chain]')
print(f'{'[LangChain Version]':.<30} {langchain.__version__}')
print(f'{'[Language Model]':.<30} {model_name}')
print(f'{'[Embeddings Model]':.<30} {APPCFG.embedding_model}')
Expand Down
5 changes: 0 additions & 5 deletions utils/.env

This file was deleted.

0 comments on commit 100f55a

Please sign in to comment.