LagPixelLOL / ChatGPTCLIBot

ChatGPT Bot in CLI with long term memory support using Embeddings.
MIT License
341 stars 38 forks source link

disable "Getting embeddings and finding similar chat exchanges for the input..." #25

Closed NextGenOP closed 1 year ago

NextGenOP commented 1 year ago

i use my custom openai url, it doesnt have embedding models, can we disable it? my json { "debug_reference": false, "frequency_penalty": 0.0, "logit_bias": {}, "max_display_length": 100, "max_reference_length": 0, "max_short_memory_length": 1, "max_tokens": 500, "model": "gpt-3.5-turbo", "presence_penalty": 0.0, "search_response": false, "space_between_exchanges": false, "temperature": 0.6000000238418579, "top_p": 1.0 }

LagPixelLOL commented 1 year ago

No, currently you can't. Also this program won't function without embeddings, if you can't use embeddings then bettergpt might be better for you.