-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: Threads can override and inherit default params from Assistants, Models, and Engine #754
Comments
See LiteLLM's approach to prefix, suffix and roles and prompt templates |
One question is also whether there should be a "Hardware Settings", e.g. for Apple Silicon users? Is this also present for other types of Hardware - e.g. Intel, etc. |
@dan-jan for current release there will be no different in settings for different hardwares, mostly already automatically handled at build time |
important asset reference for prompt template: |
Q:Where are these prompt template coming from? https://huggingface.co/TheBloke/LLaMA2-13B-Psyfighter2-AWQ#prompt-template-alpaca-tiefighter |
Link to excalid draw: |
Asks:
schema fields id:
type:
required: boolean
data_validation: {
min:
max:
}
default:
information: // (i) that tells users what this field actually does |
Discussion updates, mostly as a reminder/reference for @imtuyethan Based on: https://app.excalidraw.com/s/kFY0dI05mm/3WHim5p2OLu
|
A note on the menu items, I saw that we currently open up It should be
|
@imtuyethan , please help to verify this. |
Tasks
model.json
Threads
,Assistants
,Models
,Engines
.model.json
params are well documented in Swaggerfileassistant.json
params are well documented in Swaggerfileengine.json
params are well documented in SwaggerfileSpec
Overview
assistant.json
assistant.model
'smodel.json
model.engine
'sengine.json
thread.json
thread.json
is usually empty, as it auto-inherits properties from the associated defaultsWireframes
Excalidraw:
https://link.excalidraw.com/l/kFY0dI05mm/3WHim5p2OLu
The text was updated successfully, but these errors were encountered: