Skip to content

Commit 95f2f55

Browse files
url in reamde files updated.
1 parent 75bbe89 commit 95f2f55

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,27 +89,27 @@ dist/
8989

9090
## 📚 API Reference
9191

92-
### [Introduction](https://github.com/JasminDreasond/TinyAiApi/blob/main/docs/introduction.md) - Getting Started
92+
### [Introduction](./docs/introduction.md) - Getting Started
9393

9494
Learn the basics of initializing a session, setting up models, and understanding the general structure of the API.
9595

96-
### [Configs](https://github.com/JasminDreasond/TinyAiApi/blob/main/docs/configs.md) - Session Configuration
96+
### [Configs](./docs/configs.md) - Session Configuration
9797

9898
Learn how to configure session data, including setting up system instructions, models, and file handling.
9999

100-
### [Content](https://github.com/JasminDreasond/TinyAiApi/blob/main/docs/content.md) - Content Management
100+
### [Content](./docs/content.md) - Content Management
101101

102102
Understand how to manage content like prompts, dialogues, file data, and how to retrieve and modify this content.
103103

104-
### [Custom](https://github.com/JasminDreasond/TinyAiApi/blob/main/docs/custom.md) - Working with Custom Values
104+
### [Custom](./docs/custom.md) - Working with Custom Values
105105

106106
Understand how to implement custom values, including session-specific data and any user-defined parameters.
107107

108-
### [Dev](https://github.com/JasminDreasond/TinyAiApi/blob/main/docs/dev.md) - Development Tools
108+
### [Dev](./docs/dev.md) - Development Tools
109109

110110
For developers looking to extend or debug the API, this section provides tools and guidelines for working with the internal workings of the library.
111111

112-
### [Models](https://github.com/JasminDreasond/TinyAiApi/blob/main/docs/models.md) - Model Configuration
112+
### [Models](./docs/models.md) - Model Configuration
113113

114114
Set up models and manage their configurations to interact with the API correctly. This includes handling different types of models and adjusting their parameters.
115115

docs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ This documentation is designed to provide all the information you need to get up
1515

1616
### Table of Contents
1717

18-
- [Introduction](https://github.com/JasminDreasond/TinyAiApi/blob/main/docs/introduction.md) - Get started with the basic setup and first steps.
19-
- [Configs](https://github.com/JasminDreasond/TinyAiApi/blob/main/docs/configs.md) - Session configuration settings and management.
20-
- [Content](https://github.com/JasminDreasond/TinyAiApi/blob/main/docs/content.md) - Manage session content, including prompts, dialogues, and files.
21-
- [Custom](https://github.com/JasminDreasond/TinyAiApi/blob/main/docs/custom.md) - Working with custom values and user-specific configurations.
22-
- [Dev](https://github.com/JasminDreasond/TinyAiApi/blob/main/docs/dev.md) - Development tools and utilities for advanced users.
23-
- [Models](https://github.com/JasminDreasond/TinyAiApi/blob/main/docs/models.md) - Model configuration and setup.
18+
- [Introduction](./docs/introduction.md) - Get started with the basic setup and first steps.
19+
- [Configs](./docs/configs.md) - Session configuration settings and management.
20+
- [Content](./docs/content.md) - Manage session content, including prompts, dialogues, and files.
21+
- [Custom](./docs/custom.md) - Working with custom values and user-specific configurations.
22+
- [Dev](./docs/dev.md) - Development tools and utilities for advanced users.
23+
- [Models](./docs/models.md) - Model configuration and setup.
2424

2525
---
2626

0 commit comments

Comments
 (0)