ciyidogan commited on
Commit
0078bab
·
verified ·
1 Parent(s): 0c17bf3

Update flare-ui/src/app/services/api.service.ts

Browse files
flare-ui/src/app/services/api.service.ts CHANGED
@@ -41,9 +41,10 @@ export interface API {
41
  export interface Version {
42
  id: number;
43
  caption?: string;
44
- description?: string; // Yeni eklenen alan
45
  default_api: string;
46
  published: boolean;
 
47
  llm: {
48
  repo_id: string;
49
  generation_config: any;
 
41
  export interface Version {
42
  id: number;
43
  caption?: string;
44
+ description?: string;
45
  default_api: string;
46
  published: boolean;
47
+ general_prompt?: string; // Bu alanı ekle
48
  llm: {
49
  repo_id: string;
50
  generation_config: any;