Skip to content

Commit ab0addb

Browse files
committed
clear docs on scope
1 parent eb63f34 commit ab0addb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

async-openai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ To maintain quality of the project, a minimum of the following is a must for cod
174174

175175
- **Names & Documentation**: All struct names, field names and doc comments are from OpenAPI spec. Nested objects in spec without names leaves room for making appropriate name.
176176
- **Tested**: For changes supporting test(s) and/or example is required. Existing examples, doc tests, unit tests, and integration tests should be made to work with the changes if applicable.
177-
- **Scope**: Keep scope limited to APIs available in official documents such as [API Reference](https://platform.openai.com/docs/api-reference) or [OpenAPI spec](https://github.com/openai/openai-openapi/). Other LLMs or AI Providers offer OpenAI-compatible APIs, yet they may not always have full parity. In such cases, the OpenAI spec takes precedence.
177+
- **Scope**: Keep scope limited to APIs available in official documents such as [API Reference](https://platform.openai.com/docs/api-reference) or [OpenAPI spec](https://github.com/openai/openai-openapi/). Other LLMs or AI Providers offer OpenAI-compatible APIs, yet they may not always have full parity - for those use `byot` feature.
178178
- **Consistency**: Keep code style consistent across all the "APIs" that library exposes; it creates a great developer experience.
179179

180180
This project adheres to [Rust Code of Conduct](https://www.rust-lang.org/policies/code-of-conduct)

0 commit comments

Comments
 (0)