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

Add LLM_API_VERSION to openhands-resolver.yml #6294

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ryanpeach
Copy link

End-user friendly description of the problem this fixes or functionality that this introduces

  • Include this change in the Release Notes. If checked, you must provide an end-user friendly description for your change below

Give a summary of what the PR does, explaining any non-trivial design decisions

Using a custom model often requires an llm api version. That was missing from this workflow.


Link of any specific issues this addresses

@@ -36,6 +36,8 @@ on:
required: false
PAT_USERNAME:
required: false
LLM_API_VERSION:
required: false
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API version is not really a secret, though: like the model name, it seems better in inputs?

LLM_MODEL has been a secret in the past, which is why it's now present in both places for compat, but maybe we don't need to do that here

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