Skip to content

1.0.0-release

Latest
Compare
Choose a tag to compare
@liming8502628 liming8502628 released this 03 Nov 10:15
5c5b7db

This is First release:1.0.0 Conclue those Modules:

Prompt Template

The new way of programming models is through prompts. A prompt refers to the input to the model. This input is often constructed from multiple components. Prompt Manager provides web application ,and several python SDK functions to make constructing and working with prompts easy.

Large AI Model

Large AI Models of Prompt Manager is support to custom with many different Large AI Models by using json config file. and We also provide a preset OpenAI Large Language Models for easy use;

Prompt engineering

  • Chat : We can have a conversation with the LLM through prompt template;

  • Flow : To achieve complex business logic; I can build a workflow of the Prompt engineering to achieve a more complex and more practical business logic based workflow interacting with LLM;

Prompt Application

Prompt Application is a service for prompt flow ;
We can publish a prompt flow to a prompt App,then we can run the flow on server at anywhere by http api;