🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changed the default programming language to SQL
  • Loading branch information
santiadavani committed Sep 25, 2023
commit 05509d06a6756567319872ded457bbabff6c6a37
2 changes: 1 addition & 1 deletion pgml-apps/pgml-chat/pgml_chat/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def handler(signum, frame):
"--bot_topic_primary_language",
dest="bot_topic_primary_language",
type=str,
default="",
default="SQL",
help="Primary programming language of the topic",
)

Expand Down