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

Optional parameters now can be added in the code | Code can now be also run with cli without any change #16

Merged
merged 4 commits into from
May 19, 2023

Conversation

mmabrouk
Copy link
Member

  • Improved documentation
  • Parameters can now be exposed using

@post
def completion(product: str, temperature: FloatParam = 0.9, prompt_template: TextParam = default_prompt) -> str:

  • code is automatically run as cli without any changes

@mmabrouk mmabrouk merged commit 9a04ba0 into main May 19, 2023
mmabrouk added a commit that referenced this pull request Jun 15, 2023
Optional parameters now can be added in the code | Code can now be also run with cli without any change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants