edgenai / edgen

⚡ Edgen: Local, private GenAI server alternative to OpenAI. No GPU required. Run AI models locally: LLMs (Llama2, Mistral, Mixtral...), Speech-to-text (whisper) and many others.
https://docs.edgen.co/
Apache License 2.0
328 stars 15 forks source link

Add one shot LLM requests #90

Closed pedro-devv closed 6 months ago

pedro-devv commented 6 months ago

Some requests don't require a session to be kept. A new optional parameter should be added to chat completions that will keep the new LLM context from being saved.