WIP - Use Google Bard, Improving chatgpt3.5

This commit is contained in:
AjaySi
2024-04-06 20:09:33 +05:30
parent aa004a05b8
commit e33008659b
13 changed files with 75 additions and 145 deletions

View File

@@ -54,11 +54,12 @@ num_images = 1
# Note:
###########################################################
[llm_options]
# Choose one of following: Openai, Google, Minstral
gpt_provider = "openai"
gpt_provider = "google"
# Mention which model of the above provider to use.
model = "gpt-3.5-turbo-0125"
model = gpt-3.5-turbo-0125
# Temperature is a parameter that controls the “creativity” or randomness of the text generated by GPT.
# greater determinism and higher values indicating more randomness.