gpt-prompt-engineer icon indicating copy to clipboard operation
gpt-prompt-engineer copied to clipboard

Results 35 gpt-prompt-engineer issues
Sort by recently updated
recently updated
newest added

**I keep getting the below authentication error even after I've changed the model to gpt-3.5-turbo:** `--------------------------------------------------------------------------- AuthenticationError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 generate_optimal_prompt(description, test_cases, NUMBER_OF_PROMPTS,...

Let's say a generated prompt gives an error on a test label. What I sometimes do manually is I ask GPT4 to explain its reasoning, and argue that the correct...

[Refuel's Autolabel](https://docs.refuel.ai/guide/overview/getting-started/) has a plan mode, which uses tiktoken to estimate the total cost of the job. It would be great to know in advance how much a gpt-prompt-engineer job...

Hi there I think this tool could be very useful! Thx for building it. However, when starting to use it, I did not fully understand what `test_cases` are and how...

**NOTE: I have a gpt-4 (paid) account** final cell returned: generate_optimal_prompt(description, test_cases, NUMBER_OF_PROMPTS, use_wandb) --------------------------------------------------------------------------- InvalidRequestError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 generate_optimal_prompt(description, test_cases, NUMBER_OF_PROMPTS, use_wandb)...

Could you include the use of Claude from Anthropic? Here is the API documentation: https://docs.anthropic.com/claude/reference/getting-started-with-the-api they have a python library as per the link below. Would it be possible with...

After reading the code, I feel that the idea of ​​this tool is to let gpt generate multiple candidate prompts, and then compare the results of multiple prompts. The results...

Hi, very interesting, thanks for sharing! I keep running into the error below --------------------------------------------------------------------------- NameError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 generate_optimal_prompt(description, test_cases, 2, use_wandb) [](https://localhost:8080/#)...

logit_bias={ '32': 100, # 'A' token '33': 100, # 'B' token }, I asked GPT4 this issue, the following is its answer: