Description of the new feature/enhancement
The Windows Terminal Chat currently only supports Azure OpenAI Service. This restriction limits developers who work with or are developing their own local Large Language Models (LLMs), or using tools such as Ollama and need to interface with them directly within the Terminal.
The ability to connect to a local LLM service would allow for better flexibility, especially for those concerned with privacy, working offline, or dealing with sensitive information that cannot be sent to cloud services.
Proposed technical implementation details (optional)
include functionality to support local LLM services by allowing users to configure a connection to local AI models. This would involve:
- Provide an option in the Terminal Chat settings to specify the endpoint of a local LLM service.
- Allowing the user to set the port that the local LLM service should listen to for incoming requests.
Thanks!
Description of the new feature/enhancement
The Windows Terminal Chat currently only supports Azure OpenAI Service. This restriction limits developers who work with or are developing their own local Large Language Models (LLMs), or using tools such as Ollama and need to interface with them directly within the Terminal.
The ability to connect to a local LLM service would allow for better flexibility, especially for those concerned with privacy, working offline, or dealing with sensitive information that cannot be sent to cloud services.
Proposed technical implementation details (optional)
include functionality to support local LLM services by allowing users to configure a connection to local AI models. This would involve:
Thanks!