Skip to content

Simian-Web-Apps/Simian-codegen-context

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Simian-codegen-context

Teach AI codegen about Simian.

Using AI code generation tools can be a massive boost to your productivity. When the number of hallucinations is not too high, that is.

To reduce the number of hallucinations it is advised to provide context to your prompts. Your AI model will use the context to create better suggestions.

To teach your AI model about how to build Simian web apps, we have prepared a Python context file that contains all the major features. Provide it as a context to your prompts and the suggestions you get should greatly improve.

VS Code + Copilot extension

To use the SimianContext.py file as standard context to your prompts, add the following field in your settings. Note that the file must be put in your workspace in order for VS code to find it.

    "github.copilot.chat.codeGeneration.instructions": [
            {"file": "SimianContext.py"}
    ]

About

Teach AI codegen about Simian.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages