Nicholas Albion

Results 67 issues of Nicholas Albion

The system should commit changes for each task using `git commit` and have the LLM provide a one line summary (short enough for commit message) for of the changes. Maybe...

enhancement
architecture

Tasks - [ ] #158 - [ ] #182 - [ ] #188 - [x] #120 - [ ] #92 Also related - #187, #165, PR #40

enhancement
architecture
model selection
cost
epic

Currently the temperature is hard-coded to `1` - full creative mode. This might be good for testing and some agents and prompts, but not every request. It should be configurable...

I don't have any experience with it, but [LocalAI](https://localai.io/) might be more attractive for people working in environments where sending source code out to the interwebs is frowned upon. >...

enhancement
cost
privacy

After "removing" function calling, the new implementation requiring responses in JSON schema seems to be more reliable against several models including - openai/gpt-3.5-turbo-16k - mistralai/mistral-7b-instruct - and apparently [most local...

enhancement
architecture
model selection

GPT Pilot often crashes with: > "gpt-pilot/pilot/helpers/AgentConvo.py", line 87, in send_message > raise Exception("OpenAI API error happened.") > Exception: OpenAI API error happened. Note: this should be covered by #91...

architecture

with these changes I was able to move through the debugging process much more easily

iteration.prompt > **IMPORTANT** Do not tell me anything about setting up the database or anything OS related - only if some dependencies need to be installed. development/task/break_down > BAD STEP:...

bug

don't save/restore files from database - should resolve #41 #139 #169 TODO - use git commit/checkout - #199