Skip to content
Open navbar menu
Sign UpLog In
steamship

Steamship

@steamship
Ship language AI apps in seconds.
Twitter
Website
  • Steamship Prompt App Template

    Cover page
    Made with Python

    Use this template to create your own prompt app with GPT. This template provides the tools you need to build, deploy, and invoke a production-ready prompt app.

    Recent comments (11)
    FacundoGuerrero
    FacundoGuerrero
    18 days ago

    Can i change the language of the output ?

    s5898732
    s5898732
    2 months ago

    WHAT IF NEED HELP

    ADD MY IG PRETTYMYA49

    Exator911
    Exator911
    2 months ago

    For those who are struggling with running this template, i have a fix for you. On line 42 the follow statement is written : return llm.generate(self.promt, promt_args)

    • change this line to have the following : output = llm.generate(self.PROMPT, prompt_args) if isinstance(output, dict) and "file" in output: return output.file.blocks else: return str(output)

    This will fix the code and let ai run with no more error's. (P.S. also check your API key, make sure it works, if the defualt API key doesn't work then make a new API in your steamship dashboard)

    abubakrchan555
    abubakrchan555
    8 months ago

    i can't deploy it y?

    MetalHorse233
    MetalHorse233
    9 months ago

    I get a SyntaxError whenever I write ship deploy.

All Repls