Skip to content

Commit

Permalink
Update models endpoint path.
Browse files Browse the repository at this point in the history
  • Loading branch information
danopato committed Jan 28, 2025
1 parent d0fdddd commit 8206ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gai-frontend/lib/chat/inference_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class InferenceClient {
}

final response = await http.get(
Uri.parse('$baseUrl/v1/models'),
Uri.parse('$baseUrl/v1/inference/models'),
headers: {'Authorization': 'Bearer $_authToken'},
);

Expand Down

0 comments on commit 8206ddb

Please sign in to comment.