Lines Matching full:as
12 * Defines the API endpoint URL as a string input field in the configuration interface.
21 * Defines the API key as a password field in the configuration interface.
31 * Defines the model identifier as a string input field in the configuration interface.
40 * Defines the timeout value as a numeric input field with a minimum value of 5 seconds.
50 * Defines the profile as a string input field in the configuration interface.
60 * Defines the temperature as a numeric field with a range from 0.0 to 1.0,
70 * Defines the top-p (nucleus sampling) as a numeric field with a range from 0.0 to 1.0,
80 * Defines the top-k as a numeric field with a minimum value of 1,
90 * Defines the min-p as a numeric field with a range from 0.0 to 1.0,
100 * Defines whether the copy button should be shown as a boolean field.
150 * Defines the ChromaDB host as a string input field in the configuration interface.
159 * Defines the ChromaDB port as a numeric input field.
168 * Defines the ChromaDB tenant as a string input field in the configuration interface.
177 * Defines the ChromaDB database as a string input field in the configuration interface.
186 * Defines the ChromaDB collection as a string input field in the configuration interface.
195 * Defines the default institution as a string input field in the configuration interface.
204 * Defines the Ollama host as a string input field in the configuration interface.
213 * Defines the Ollama port as a numeric input field.
222 * Defines the Ollama embeddings model as a string input field in the configuration interface.