WIP - Use Google Bard, Improving chatgpt3.5
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user