base-config.yaml 385 B

1234567891011121314151617
  1. gpt_on: True
  2. gpt_room_id: ['<your_matrix_room_id>']
  3. gpt_apikey: <your_openai__apikey>
  4. gpt_model_engine: text-davinci-003
  5. gpt_max_tokens: 1000
  6. gpt_temperature: 0
  7. gpt_top_p: 1
  8. gpt_presence_penalty: 0
  9. gpt_frequency_penalty: 0
  10. gpt_echo: False
  11. gpt_stop: None
  12. gpt_n: 1
  13. gpt_stream: False
  14. gpt_logprobs: None #not working/not initiated
  15. gpt_best_of: 1
  16. gpt_logit_bias: {} #not working/hardcoded