Robin Richtsfeld

Results 36 issues of Robin Richtsfeld

`SEPARATOR` is being used to construct a prompt for use with the completions endpoint

### Background See #1042 @hbhere @p-i- ### Changes Tell GPT-4 that "Your response MUST be a compliant machine-readable JSON document." ### Documentation ### Test Plan For testing, I got rid...

Needs Benchmark
size/s

### Background ### Changes - Fixed the `.json` file glob in `.gitignore` - Removed unused/irrelevant `node_modules/` and `package-lock.json` - Removed redundant/duplicate `__pycache__/` and `*.pyc` - Removed redundant/duplicate `auto_gpt_workspace/` ### Documentation...

size/xs

### Background It would be very useful to be able to run just one iteration of the main loop, let's say through a HTTP server. ### Changes Extracted the main...

conflicts
size/xl

### Background Needed for #386 @itaim Needed for #1139 @merwanehamadi Needed for #1937 @arrenv Needed for #1243 Needed for #2442 @SwiftyTheCoder ### Changes Use `async`/`await` where applicable, change `openai.{ChatCompletion,Embedding}.create` to...

wontfix
conflicts
size/xl

### Background Fixes #2342 See #2040 See https://github.com/Significant-Gravitas/Auto-GPT/pull/2103#issuecomment-1510789974 ### Changes ### Documentation ### Test Plan ### PR Quality Checklist - [x] My pull request is atomic and focuses on a...

bug
B8

### Background See #1272 @rhernaus > Optimize the `execute_command` function. The original function used a series of `if-elif` statements to determine the appropriate action based on the given command name....

conflicts

### Background Fixes #1222 See #1216 ### Changes Added an aiohttp server that can be used to build alternative frontends and use cases for Auto-GPT. ### Documentation ### Test Plan...

enhancement
needs discussion
potential plugin
B7
size/l

### Background > Providing a sequence of arguments is generally preferred, as it allows the module to take care of any required escaping and quoting of arguments (e.g. to permit...

Security 🛡️
size/s
command system

### Background Method declaration `"print_assistant_thoughts"` is obscured by a declaration of the same name Method declaration `"test_count_message_tokens_invalid_model"` is obscured by a declaration of the same name Method declaration `"test_invalid_json_leading_sentence_with_gpt"` is...

conflicts
size/m