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

Power of prompt phrasing #70

Open
irthomasthomas opened this issue Sep 16, 2023 · 0 comments
Open

Power of prompt phrasing #70

irthomasthomas opened this issue Sep 16, 2023 · 0 comments
Labels
llm Large Language Models

Comments

@irthomasthomas
Copy link
Owner

irthomasthomas commented Sep 16, 2023

❯ llm "Here is a cool design I made in ASCII STL. Can you beat it? $(paster)"

Unfortunately, as a language model developed by OpenAI, I am unable to generate or visualize ASCII STL files. However, I can analyze and understand the code you provided. It appears to be a representation of a solid cube consisting of 12 triangular facets. Each facet is defined by its normal vector and the three vertices that form the triangle.

❯ llm "Here is a cool design I made in ASCII STL. Can you beat it? $(paster)"

Unfortunately, as a language model AI, I am unable to visually view or create designs. However, the design you provided appears to be a solid cube in ASCII STL format. If you have any specific requirements or ideas in mind, I might be able to provide assistance or suggestions.

❯ llm "Here is a cool design I made in ASCII STL. Can you beat it? $(paster)\n\n Sure "

Here's an ASCII STL code for a solid cube:

solid cube
facet normal 0.0 0.0 -1.0
outer loop
vertex -1.0 -1.0 -1.0
vertex 1.0 -1.0 -1.0
vertex 1.0 1.0 -1.0
endloop
endfacet
. . .

@irthomasthomas irthomasthomas added the llm Large Language Models label Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
llm Large Language Models
Projects
None yet
Development

No branches or pull requests

1 participant