|
13 | 13 | } |
14 | 14 | ], |
15 | 15 | "assigned_files": [ |
16 | | - "/mnt/e/StartUp/friendli-python/src/friendli_core/sdk.py", |
17 | 16 | "src/friendli/friendli.py", |
18 | | - "src/friendli/__init__.py" |
| 17 | + "src/friendli/__init__.py", |
| 18 | + "src/friendli_core/sdk.py" |
19 | 19 | ], |
20 | 20 | "can_expand": true |
21 | 21 | }, |
|
31 | 31 | } |
32 | 32 | ], |
33 | 33 | "assigned_files": [ |
34 | | - "/mnt/e/StartUp/friendli-python/src/friendli_core/basesdk.py", |
35 | | - "src/friendli_core/__init__.py", |
36 | | - "src/friendli_core/httpclient.py", |
37 | | - "src/friendli_core/sdkconfiguration.py", |
38 | 34 | "src/friendli/httpclient.py", |
39 | 35 | "src/friendli/config.py", |
40 | | - "src/friendli_core/_version.py" |
| 36 | + "src/friendli_core/__init__.py", |
| 37 | + "src/friendli_core/endpoint.py", |
| 38 | + "src/friendli_core/basesdk.py", |
| 39 | + "src/friendli_core/httpclient.py", |
| 40 | + "src/friendli_core/sdkconfiguration.py" |
41 | 41 | ], |
42 | 42 | "can_expand": true |
43 | 43 | }, |
|
71 | 71 | } |
72 | 72 | ], |
73 | 73 | "assigned_files": [ |
74 | | - "/mnt/e/StartUp/friendli-python/src/friendli_core/chat.py", |
75 | | - "/mnt/e/StartUp/friendli-python/src/friendli_core/completions.py", |
76 | | - "/mnt/e/StartUp/friendli-python/src/friendli_core/dataset.py", |
77 | | - "/mnt/e/StartUp/friendli-python/src/friendli_core/image.py", |
78 | 74 | "src/friendli/container/completions.py", |
79 | 75 | "src/friendli/container/__init__.py", |
80 | 76 | "src/friendli/container/chat.py", |
81 | 77 | "src/friendli/container/token.py", |
82 | | - "src/friendli/serverless/completions.py", |
83 | | - "src/friendli/serverless/chat.py", |
84 | | - "src/friendli/serverless/tool_assisted_chat.py", |
85 | | - "src/friendli/serverless/token.py", |
86 | | - "src/friendli/serverless/knowledge.py", |
87 | | - "src/friendli/dedicated/completions.py", |
88 | | - "src/friendli/dedicated/chat.py", |
89 | | - "src/friendli/dedicated/image.py", |
90 | | - "src/friendli/dedicated/token.py", |
91 | | - "src/friendli/dedicated/audio.py", |
92 | 78 | "src/friendli/dataset/__init__.py", |
93 | 79 | "src/friendli/dataset/dataset.py", |
94 | 80 | "src/friendli/file/__init__.py", |
95 | 81 | "src/friendli/file/file.py", |
96 | | - "src/friendli_core/friendlicore_serverless_chat.py", |
| 82 | + "src/friendli_core/completions.py", |
97 | 83 | "src/friendli_core/file.py", |
98 | 84 | "src/friendli_core/container.py", |
| 85 | + "src/friendli_core/chat.py", |
99 | 86 | "src/friendli_core/friendlicore_image.py", |
100 | 87 | "src/friendli_core/friendlicore_completions.py", |
101 | | - "src/friendli_core/friendlicore_serverless_token.py", |
| 88 | + "src/friendli_core/image.py", |
102 | 89 | "src/friendli_core/toolassistedchat.py", |
| 90 | + "src/friendli_core/dataset.py", |
103 | 91 | "src/friendli_core/token.py", |
104 | 92 | "src/friendli_core/friendlicore_token.py", |
105 | | - "src/friendli_core/friendlicore_serverless_completions.py", |
106 | 93 | "src/friendli_core/friendlicore_chat.py", |
107 | 94 | "src/friendli_core/knowledge.py", |
108 | 95 | "src/friendli_core/audio.py" |
|
123 | 110 | "assigned_files": [ |
124 | 111 | "src/friendli/models.py", |
125 | 112 | "src/friendli/types.py", |
| 113 | + "src/friendli_core/model.py", |
126 | 114 | "src/friendli_core/models/containerdetokenizationop.py", |
127 | 115 | "src/friendli_core/models/splitinfo.py", |
128 | 116 | "src/friendli_core/models/dedicatedgetendpointstatusop.py", |
|
213 | 201 | "src/friendli_core/models/dedicatedgetendpointop.py", |
214 | 202 | "src/friendli_core/models/list_versionsop.py", |
215 | 203 | "src/friendli_core/models/completionsstreamdedicatedbodywithtokens.py", |
216 | | - "src/friendli_core/models/completionsstreamserverlessbodywithprompt.py", |
| 204 | + "src/friendli_core/models/completionsstreamserverlessbodywithtokens.py", |
217 | 205 | "src/friendli_core/models/streamedcompletionschoice.py", |
218 | 206 | "src/friendli_core/models/get_versionop.py", |
219 | 207 | "src/friendli_core/models/toolassistedchattool.py", |
|
356 | 344 | } |
357 | 345 | ], |
358 | 346 | "assigned_files": [ |
359 | | - "/mnt/e/StartUp/friendli-python/src/friendli_core/dedicated.py", |
360 | | - "/mnt/e/StartUp/friendli-python/src/friendli_core/serverless.py", |
361 | | - "src/friendli_core/endpoint.py", |
| 347 | + "src/friendli/serverless/completions.py", |
362 | 348 | "src/friendli/serverless/__init__.py", |
| 349 | + "src/friendli/serverless/chat.py", |
| 350 | + "src/friendli/serverless/tool_assisted_chat.py", |
363 | 351 | "src/friendli/serverless/model.py", |
| 352 | + "src/friendli/serverless/token.py", |
| 353 | + "src/friendli/serverless/knowledge.py", |
| 354 | + "src/friendli/dedicated/completions.py", |
364 | 355 | "src/friendli/dedicated/__init__.py", |
365 | | - "src/friendli/dedicated/endpoint.py" |
| 356 | + "src/friendli/dedicated/chat.py", |
| 357 | + "src/friendli/dedicated/endpoint.py", |
| 358 | + "src/friendli/dedicated/image.py", |
| 359 | + "src/friendli/dedicated/token.py", |
| 360 | + "src/friendli/dedicated/audio.py", |
| 361 | + "src/friendli_core/friendlicore_serverless_chat.py", |
| 362 | + "src/friendli_core/dedicated.py", |
| 363 | + "src/friendli_core/friendlicore_serverless_token.py", |
| 364 | + "src/friendli_core/serverless.py", |
| 365 | + "src/friendli_core/friendlicore_serverless_completions.py" |
366 | 366 | ], |
367 | 367 | "can_expand": true |
368 | 368 | }, |
|
391 | 391 | "referenced_source_code": [], |
392 | 392 | "assigned_files": [ |
393 | 393 | "src/friendli/utils.py", |
| 394 | + "src/friendli_core/_version.py", |
394 | 395 | "src/friendli_core/utils/metadata.py", |
395 | 396 | "src/friendli_core/utils/__init__.py", |
396 | 397 | "src/friendli_core/utils/forms.py", |
|
525 | 526 | "assigned_files": [], |
526 | 527 | "can_expand": false |
527 | 528 | }, |
| 529 | + { |
| 530 | + "name": "Unclassified", |
| 531 | + "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
| 532 | + "referenced_source_code": [], |
| 533 | + "assigned_files": [], |
| 534 | + "can_expand": false |
| 535 | + }, |
528 | 536 | { |
529 | 537 | "name": "Unclassified", |
530 | 538 | "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
|
0 commit comments