99 Service_Modules -- "invokes" --> JSON_Unmarshalling_Utility
1010 Service_Modules -- "interacts with" --> Event_Streaming_Utility
1111 Service_Modules -- "utilizes" --> Hook_Context_Management
12- click Service_Modules href "https://github.com/CodeBoarding /friendli-python/blob/main/.codeboarding/Service_Modules.md" "Details"
12+ click Service_Modules href "https://github.com/friendliai /friendli-python/blob/main/.codeboarding/Service_Modules.md" "Details"
1313```
1414
1515[ ![ CodeBoarding] ( https://img.shields.io/badge/Generated%20by-CodeBoarding-9cf?style=flat-square )] ( https://github.com/CodeBoarding/GeneratedOnBoardings ) [ ![ Demo] ( https://img.shields.io/badge/Try%20our-Demo-blue?style=flat-square )] ( https://www.codeboarding.org/demo ) [ ![ Contact] ( https://img.shields.io/badge/Contact%20us%20-%20contact@codeboarding.org-lightgrey?style=flat-square )] ( mailto:contact@codeboarding.org )
@@ -24,14 +24,14 @@ These modules encapsulate the core API domain logic for specific functionalities
2424
2525** Related Classes/Methods** :
2626
27- - <a href =" https://github.com/CodeBoarding /friendli-python/blob/main/src/friendli_core/chat.py#L18-L372 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.chat.SyncChat ` (18:372)</a >
28- - <a href =" https://github.com/CodeBoarding /friendli-python/blob/main/src/friendli_core/chat.py#L375-L729 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.chat.AsyncChat ` (375:729)</a >
29- - <a href =" https://github.com/CodeBoarding /friendli-python/blob/main/src/friendli_core/completions.py#L18-L194 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.completions.SyncCompletions ` (18:194)</a >
30- - <a href =" https://github.com/CodeBoarding /friendli-python/blob/main/src/friendli_core/completions.py#L197-L373 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.completions.AsyncCompletions ` (197:373)</a >
31- - <a href =" https://github.com/CodeBoarding /friendli-python/blob/main/src/friendli_core/dataset.py#L19-L1528 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.dataset.SyncDataset ` (19:1528)</a >
32- - <a href =" https://github.com/CodeBoarding /friendli-python/blob/main/src/friendli_core/dataset.py#L1531-L3040 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.dataset.AsyncDataset ` (1531:3040)</a >
33- - <a href =" https://github.com/CodeBoarding /friendli-python/blob/main/src/friendli_core/image.py#L18-L118 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.image.SyncImage ` (18:118)</a >
34- - <a href =" https://github.com/CodeBoarding /friendli-python/blob/main/src/friendli_core/image.py#L121-L221 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.image.AsyncImage ` (121:221)</a >
27+ - <a href =" https://github.com/friendliai /friendli-python/blob/main/src/friendli_core/chat.py#L18-L372 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.chat.SyncChat ` (18:372)</a >
28+ - <a href =" https://github.com/friendliai /friendli-python/blob/main/src/friendli_core/chat.py#L375-L729 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.chat.AsyncChat ` (375:729)</a >
29+ - <a href =" https://github.com/friendliai /friendli-python/blob/main/src/friendli_core/completions.py#L18-L194 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.completions.SyncCompletions ` (18:194)</a >
30+ - <a href =" https://github.com/friendliai /friendli-python/blob/main/src/friendli_core/completions.py#L197-L373 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.completions.AsyncCompletions ` (197:373)</a >
31+ - <a href =" https://github.com/friendliai /friendli-python/blob/main/src/friendli_core/dataset.py#L19-L1528 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.dataset.SyncDataset ` (19:1528)</a >
32+ - <a href =" https://github.com/friendliai /friendli-python/blob/main/src/friendli_core/dataset.py#L1531-L3040 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.dataset.AsyncDataset ` (1531:3040)</a >
33+ - <a href =" https://github.com/friendliai /friendli-python/blob/main/src/friendli_core/image.py#L18-L118 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.image.SyncImage ` (18:118)</a >
34+ - <a href =" https://github.com/friendliai /friendli-python/blob/main/src/friendli_core/image.py#L121-L221 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.image.AsyncImage ` (121:221)</a >
3535
3636
3737### Security Utility
@@ -40,7 +40,7 @@ Responsible for securely retrieving and managing API credentials, typically from
4040
4141** Related Classes/Methods** :
4242
43- - <a href =" https://github.com/CodeBoarding /friendli-python/blob/main/src/friendli_core/utils/security.py#L57-L69 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.utils.security.get_security_from_env ` (57:69)</a >
43+ - <a href =" https://github.com/friendliai /friendli-python/blob/main/src/friendli_core/utils/security.py#L57-L69 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.utils.security.get_security_from_env ` (57:69)</a >
4444
4545
4646### JSON Unmarshalling Utility
@@ -49,7 +49,7 @@ Handles the deserialization of JSON responses received from the Friendli API int
4949
5050** Related Classes/Methods** :
5151
52- - <a href =" https://github.com/CodeBoarding /friendli-python/blob/main/src/friendli_core/utils/unmarshal_json_response.py#L11-L24 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.utils.unmarshal_json_response.unmarshal_json_response ` (11:24)</a >
52+ - <a href =" https://github.com/friendliai /friendli-python/blob/main/src/friendli_core/utils/unmarshal_json_response.py#L11-L24 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.utils.unmarshal_json_response.unmarshal_json_response ` (11:24)</a >
5353
5454
5555### Event Streaming Utility
@@ -58,8 +58,8 @@ Provides mechanisms for processing and managing streaming responses from the API
5858
5959** Related Classes/Methods** :
6060
61- - <a href =" https://github.com/CodeBoarding /friendli-python/blob/main/src/friendli_core/utils/eventstreaming.py#L19-L42 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.utils.eventstreaming.EventStream ` (19:42)</a >
62- - <a href =" https://github.com/CodeBoarding /friendli-python/blob/main/src/friendli_core/utils/eventstreaming.py#L45-L68 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.utils.eventstreaming.EventStreamAsync ` (45:68)</a >
61+ - <a href =" https://github.com/friendliai /friendli-python/blob/main/src/friendli_core/utils/eventstreaming.py#L19-L42 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.utils.eventstreaming.EventStream ` (19:42)</a >
62+ - <a href =" https://github.com/friendliai /friendli-python/blob/main/src/friendli_core/utils/eventstreaming.py#L45-L68 " target =" _blank " rel =" noopener noreferrer " >` friendli_core.utils.eventstreaming.EventStreamAsync ` (45:68)</a >
6363
6464
6565### Hook Context Management
@@ -68,7 +68,7 @@ Manages an extensibility mechanism that allows developers to inject custom logic
6868
6969** Related Classes/Methods** :
7070
71- - <a href =" https://github.com/CodeBoarding /friendli-python/blob/main/src/friendli_core/_hooks/types.py#L11-L30 " target =" _blank " rel =" noopener noreferrer " >` friendli_core._hooks.types.HookContext ` (11:30)</a >
71+ - <a href =" https://github.com/friendliai /friendli-python/blob/main/src/friendli_core/_hooks/types.py#L11-L30 " target =" _blank " rel =" noopener noreferrer " >` friendli_core._hooks.types.HookContext ` (11:30)</a >
7272
7373
7474
0 commit comments