mirror of
https://github.com/ChrisSewell/DECEIVE.git
synced 2025-07-01 18:47:28 -04:00
Preliminary support for Azure OpenAI models, plus "porn fix"
This version adds support for Azure OpenAI models. I'm not entirely happy with how each LLM provider has it's own set of params, and am investigating how to make these seem a little more unified, so this support may change in the future. Also, Azure's content filter flags the "XXX-END-OF-SESSION-XXX" token as "sexual content", so I changed it to use "YYY" instead. I feel so protected!
This commit is contained in:
@ -30,6 +30,13 @@ server_version_string = OpenSSH_8.2p1 Ubuntu-4ubuntu0.3
|
||||
llm_provider = openai
|
||||
model_name = gpt-4o
|
||||
|
||||
##### Azure OpenAI
|
||||
#llm_provider = azure
|
||||
#azure_deployment = gpt-4o
|
||||
#azure_api_version = 2025-01-01-preview
|
||||
#azure_endpoint = <your endpoint url>
|
||||
#model_name = gpt-4o
|
||||
|
||||
##### ollama llama3
|
||||
#llm_provider = ollama
|
||||
#model_name = llama3.3
|
||||
|
Reference in New Issue
Block a user