mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 02:39:19 +08:00
3 lines
84 B
Dart
3 lines
84 B
Dart
const kModel = 'llama3.2:3b';
|
|
const kOllamaEndpoint = 'http://127.0.0.1:11434/api';
|