Skip to content

Commit b40eabd

Browse files
committed
Fixed linking to root repo.
1 parent 6ecf41c commit b40eabd

12 files changed

+68
-68
lines changed

.codeboarding/Data_Models_Error_Handling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ graph LR
1313
Examples_and_Documentation -- "showcases usage of" --> Core_Client
1414
Examples_and_Documentation -- "showcases usage of" --> Service_Modules
1515
Examples_and_Documentation -- "relies on" --> Data_Models_Error_Handling
16-
click Service_Modules href "https://github.com/CodeBoarding/friendli-python/blob/main/.codeboarding/Service_Modules.md" "Details"
17-
click Data_Models_Error_Handling href "https://github.com/CodeBoarding/friendli-python/blob/main/.codeboarding/Data_Models_Error_Handling.md" "Details"
16+
click Service_Modules href "https://github.com/friendliai/friendli-python/blob/main/.codeboarding/Service_Modules.md" "Details"
17+
click Data_Models_Error_Handling href "https://github.com/friendliai/friendli-python/blob/main/.codeboarding/Data_Models_Error_Handling.md" "Details"
1818
```
1919

2020
[![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)

.codeboarding/Friendli_Client_Public_API_.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ graph LR
1717
Service_Modules -- "uses" --> Utility_Functions
1818
HTTP_Client_Transport_Layer -- "uses" --> Configuration_Management
1919
HTTP_Client_Transport_Layer -- "uses" --> Error_Handling
20-
click Service_Modules href "https://github.com/CodeBoarding/friendli-python/blob/main/.codeboarding/Service_Modules.md" "Details"
21-
click Error_Handling href "https://github.com/CodeBoarding/friendli-python/blob/main/.codeboarding/Error_Handling.md" "Details"
20+
click Service_Modules href "https://github.com/friendliai/friendli-python/blob/main/.codeboarding/Service_Modules.md" "Details"
21+
click Error_Handling href "https://github.com/friendliai/friendli-python/blob/main/.codeboarding/Error_Handling.md" "Details"
2222
```
2323

2424
[![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)

.codeboarding/Platform_Abstractions.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ graph LR
55
Serverless_Client["Serverless Client"]
66
Dedicated_Client -- "implements" --> Platform_Abstractions
77
Serverless_Client -- "implements" --> Platform_Abstractions
8-
click Platform_Abstractions href "https://github.com/CodeBoarding/friendli-python/blob/main/.codeboarding/Platform_Abstractions.md" "Details"
8+
click Platform_Abstractions href "https://github.com/friendliai/friendli-python/blob/main/.codeboarding/Platform_Abstractions.md" "Details"
99
```
1010

1111
[![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)
@@ -20,7 +20,7 @@ Defines the foundational base structures and interfaces that enable the SDK to a
2020

2121
**Related Classes/Methods**:
2222

23-
- <a href="https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/basesdk.py#L19-L106" target="_blank" rel="noopener noreferrer">`friendli_core.basesdk:BaseSDK` (19:106)</a>
23+
- <a href="https://github.com/friendliai/friendli-python/blob/main/src/friendli_core/basesdk.py#L19-L106" target="_blank" rel="noopener noreferrer">`friendli_core.basesdk:BaseSDK` (19:106)</a>
2424

2525

2626
### Dedicated Client
@@ -29,9 +29,9 @@ A concrete implementation of the `Platform Abstractions` tailored specifically f
2929

3030
**Related Classes/Methods**:
3131

32-
- <a href="https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/dedicated.py#L24-L32" target="_blank" rel="noopener noreferrer">`friendli_core.dedicated:BaseDedicated` (24:32)</a>
33-
- <a href="https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/dedicated.py#L35-L49" target="_blank" rel="noopener noreferrer">`friendli_core.dedicated:SyncDedicated` (35:49)</a>
34-
- <a href="https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/dedicated.py#L52-L66" target="_blank" rel="noopener noreferrer">`friendli_core.dedicated:AsyncDedicated` (52:66)</a>
32+
- <a href="https://github.com/friendliai/friendli-python/blob/main/src/friendli_core/dedicated.py#L24-L32" target="_blank" rel="noopener noreferrer">`friendli_core.dedicated:BaseDedicated` (24:32)</a>
33+
- <a href="https://github.com/friendliai/friendli-python/blob/main/src/friendli_core/dedicated.py#L35-L49" target="_blank" rel="noopener noreferrer">`friendli_core.dedicated:SyncDedicated` (35:49)</a>
34+
- <a href="https://github.com/friendliai/friendli-python/blob/main/src/friendli_core/dedicated.py#L52-L66" target="_blank" rel="noopener noreferrer">`friendli_core.dedicated:AsyncDedicated` (52:66)</a>
3535

3636

3737
### Serverless Client
@@ -40,9 +40,9 @@ A concrete implementation of the `Platform Abstractions` designed for interactin
4040

4141
**Related Classes/Methods**:
4242

43-
- <a href="https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/serverless.py#L24-L32" target="_blank" rel="noopener noreferrer">`friendli_core.serverless:BaseServerless` (24:32)</a>
44-
- <a href="https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/serverless.py#L35-L49" target="_blank" rel="noopener noreferrer">`friendli_core.serverless:SyncServerless` (35:49)</a>
45-
- <a href="https://github.com/CodeBoarding/friendli-python/blob/main/src/friendli_core/serverless.py#L52-L68" target="_blank" rel="noopener noreferrer">`friendli_core.serverless:AsyncServerless` (52:68)</a>
43+
- <a href="https://github.com/friendliai/friendli-python/blob/main/src/friendli_core/serverless.py#L24-L32" target="_blank" rel="noopener noreferrer">`friendli_core.serverless:BaseServerless` (24:32)</a>
44+
- <a href="https://github.com/friendliai/friendli-python/blob/main/src/friendli_core/serverless.py#L35-L49" target="_blank" rel="noopener noreferrer">`friendli_core.serverless:SyncServerless` (35:49)</a>
45+
- <a href="https://github.com/friendliai/friendli-python/blob/main/src/friendli_core/serverless.py#L52-L68" target="_blank" rel="noopener noreferrer">`friendli_core.serverless:AsyncServerless` (52:68)</a>
4646

4747

4848

.codeboarding/SDK_Core.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ graph LR
2626
Error_Handling -- "defines error types for" --> Service_Modules
2727
Utility_Functions -- "provides helpers to" --> SDK_Core
2828
Utility_Functions -- "provides helpers to" --> Service_Modules
29-
click SDK_Core href "https://github.com/CodeBoarding/friendli-python/blob/main/.codeboarding/SDK_Core.md" "Details"
30-
click Service_Modules href "https://github.com/CodeBoarding/friendli-python/blob/main/.codeboarding/Service_Modules.md" "Details"
31-
click Error_Handling href "https://github.com/CodeBoarding/friendli-python/blob/main/.codeboarding/Error_Handling.md" "Details"
29+
click SDK_Core href "https://github.com/friendliai/friendli-python/blob/main/.codeboarding/SDK_Core.md" "Details"
30+
click Service_Modules href "https://github.com/friendliai/friendli-python/blob/main/.codeboarding/Service_Modules.md" "Details"
31+
click Error_Handling href "https://github.com/friendliai/friendli-python/blob/main/.codeboarding/Error_Handling.md" "Details"
3232
```
3333

3434
[![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)

.codeboarding/Service_Modules.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ graph LR
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

.codeboarding/on_boarding.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ graph LR
1212
SDK_Core -- "integrates and consumes" --> Hooks_Extensibility
1313
Service_Modules -- "utilize" --> SDK_Core
1414
Service_Modules -- "rely on" --> Data_Models_Error_Handling
15-
click Friendli_Client_Public_API_ href "https://github.com/CodeBoarding/friendli-python/blob/main/.codeboarding/Friendli_Client_Public_API_.md" "Details"
16-
click SDK_Core href "https://github.com/CodeBoarding/friendli-python/blob/main/.codeboarding/SDK_Core.md" "Details"
17-
click Service_Modules href "https://github.com/CodeBoarding/friendli-python/blob/main/.codeboarding/Service_Modules.md" "Details"
18-
click Data_Models_Error_Handling href "https://github.com/CodeBoarding/friendli-python/blob/main/.codeboarding/Data_Models_Error_Handling.md" "Details"
19-
click Platform_Abstractions href "https://github.com/CodeBoarding/friendli-python/blob/main/.codeboarding/Platform_Abstractions.md" "Details"
15+
click Friendli_Client_Public_API_ href "https://github.com/friendliai/friendli-python/blob/main/.codeboarding/Friendli_Client_Public_API_.md" "Details"
16+
click SDK_Core href "https://github.com/friendliai/friendli-python/blob/main/.codeboarding/SDK_Core.md" "Details"
17+
click Service_Modules href "https://github.com/friendliai/friendli-python/blob/main/.codeboarding/Service_Modules.md" "Details"
18+
click Data_Models_Error_Handling href "https://github.com/friendliai/friendli-python/blob/main/.codeboarding/Data_Models_Error_Handling.md" "Details"
19+
click Platform_Abstractions href "https://github.com/friendliai/friendli-python/blob/main/.codeboarding/Platform_Abstractions.md" "Details"
2020
```
2121

2222
[![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)

docs/architecture/Data_Models_Error_Handling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ graph LR
1313
Examples_and_Documentation -- "showcases usage of" --> Core_Client
1414
Examples_and_Documentation -- "showcases usage of" --> Service_Modules
1515
Examples_and_Documentation -- "relies on" --> Data_Models_Error_Handling
16-
click Service_Modules href "https://github.com/CodeBoarding/friendli-python/blob/main/.codeboarding/Service_Modules.md" "Details"
17-
click Data_Models_Error_Handling href "https://github.com/CodeBoarding/friendli-python/blob/main/.codeboarding/Data_Models_Error_Handling.md" "Details"
16+
click Service_Modules href "https://github.com/friendliai/friendli-python/blob/main/.codeboarding/Service_Modules.md" "Details"
17+
click Data_Models_Error_Handling href "https://github.com/friendliai/friendli-python/blob/main/.codeboarding/Data_Models_Error_Handling.md" "Details"
1818
```
1919

2020
[![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)

docs/architecture/Friendli_Client_Public_API_.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ graph LR
1717
Service_Modules -- "uses" --> Utility_Functions
1818
HTTP_Client_Transport_Layer -- "uses" --> Configuration_Management
1919
HTTP_Client_Transport_Layer -- "uses" --> Error_Handling
20-
click Service_Modules href "https://github.com/CodeBoarding/friendli-python/blob/main/.codeboarding/Service_Modules.md" "Details"
21-
click Error_Handling href "https://github.com/CodeBoarding/friendli-python/blob/main/.codeboarding/Error_Handling.md" "Details"
20+
click Service_Modules href "https://github.com/friendliai/friendli-python/blob/main/.codeboarding/Service_Modules.md" "Details"
21+
click Error_Handling href "https://github.com/friendliai/friendli-python/blob/main/.codeboarding/Error_Handling.md" "Details"
2222
```
2323

2424
[![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)

0 commit comments

Comments
 (0)