tinychat
tinychat copied to clipboard
🔮 TinyChat is a lightweight Desktop client for modern Language Models designed for straightforward comprehension. Supports OpenAI, Anthropic, Meta, Mistral, Google and Cohere APIs.
Adding support for the HF inference API will unlock access to numerous models. Let me see if I get the time to play with your awesome little project and add...
Ollama is an open source application that makes it very easy to use LLMs via CLI or an HTTP API. I suggest adding support for Ollama's API. https://github.com/jmorganca/ollama/blob/main/docs/api.md
Currently, there are two distinct OpenAI options in the providers list: "gpt-3.5 turbo" and "gpt-4 turbo". It would be more efficient to consolidate these into a single item, with the...
I would like this feature to be available in the settings. The default value should be https://api.openai.com/v1, however, it should also allow the specification of custom values. I would also...
the error is in line 94 in `tinychat/tinychat/ui/chat.py` ``` # TODO: check if it works on Mac OS self.call("wm", "iconphoto", self._w, PhotoImage(file=get_icon_path())) ``` this is the message `_tkinter.TclError: couldn't recognize...