Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Quality of output varies when used within the enchanted app vs when used as a completion tool in another app. #70

Open
sourcedexter opened this issue Apr 18, 2024 · 0 comments

Comments

@sourcedexter
Copy link

sourcedexter commented Apr 18, 2024

I have tested the completion functionality for multiple tasks and I have noticed that a prompt yields better result within the enchanted app vs when it's used through completion in another application. Here's a detailed example of this scenario.

Scenario: Running a code generation task using the following prompt "python script to accept a web URL as an input parameter and parses the contents of that website and store the content into a text file"

1. Output in Enchanted:

Screenshot 2024-04-18 at 4 45 33 PM

2. Output in PyCharm Python Editor with temperature at 0.0 :

Screenshot 2024-04-18 at 4 55 53 PM

Observation: The prompt is not followed correctly. the part asking it to store data to file is missed entirely and formatting is off as well

3. Output in Pycharm Python Editor with temperature at 0.8:

Screenshot 2024-04-18 at 4 53 35 PM

Observation: The formatting of the code is completely messed up.

The completion intruction was : "Write a python script using the description below"

Overall no matter how i changed the completion instruction, the answer was quite bad compared to what I am able to get within the enchanted app.

I wanted to know if there is any way i can rectify this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant