rawdog
rawdog copied to clipboard
Generate and auto-execute Python scripts in the cli
Ran `pip install rawdog-ai ` Ran `rawdog` Received this error `(base) ➜ ~ rawdog Traceback (most recent call last): File "/Users/jesse/miniconda3/bin/rawdog", line 5, in from rawdog.__main__ import main File "/Users/jesse/miniconda3/lib/python3.9/site-packages/rawdog/__main__.py",...
A strange one. I'm using ollama as a local model. If config.yaml is: ``` llm_api_key: no need llm_base_url: http://localhost:11434 llm_custom_provider: null llm_model: ollama/mixtral ``` rawdog works prefectly. but when I...
To use local models with ollama a sample configuration is **config.yaml** ``` llm_api_key: no need llm_base_url: http://localhost:11434 llm_custom_provider: null llm_model: ollama/mistral ``` Very cool project
as described in https://github.com/AbanteAI/rawdog/issues/13 because this information was missing for me and I had to search for it
With `ollama/mistral`, some commands were unreliable with temperature = 1. I think it's useful to be able to set this.
I am on windows at the moment. is it supported? after it requests my API key I see no output and cannot enter cli mode. there is no --help either...
Hi, I had to type in my API Key from gpt 3.5 and it seems not to work properly. Is any chance to change the config? C:\Users\Alex>rawdog How much space...
Currently the default temperature is 1, which is the most imaginative wouldn't (since this is dealing with our actual data) it be better to have it set to 0.1 so...
I'm trying to configure rawdog to run with Mistral inside of Ollama (like #3), and I encountered the error message. It would be nice if `rawdog` accepted a `--verbose` flag...
You literally giving ChatGPT full access to local machine, what could possibly go wrong? And it's remote running AI so except for rogue AI it could also be MITM where...