Steamship Prompt App Template
Made with PythonUse 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)FacundoGuerrero18 days agoCan i change the language of the output ?
S5s58987322 months agoWHAT IF NEED HELP
ADD MY IG PRETTYMYA49
Exator9112 months agoFor 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)
abubakrchan5558 months agoi can't deploy it y?
MEMetalHorse2339 months agoI get a SyntaxError whenever I write ship deploy.
Repls
Community
All Repls