Skip to content

Commit 7841b8e

Browse files
authored
Merge pull request #95 from foxty/main
Fix link to contributing guide.
2 parents 1d1b83e + 16d39ba commit 7841b8e

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

guides/anthropic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ response = client.chat.completions.create(
4444
print(response.choices[0].message.content)
4545
```
4646

47-
Happy coding! If you would like to contribute, please read our [Contributing Guide](CONTRIBUTING.md).
47+
Happy coding! If you would like to contribute, please read our [Contributing Guide](../CONTRIBUTING.md).

guides/aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ response = client.chat.completions.create(
6363
print(response.choices[0].message.content)
6464
```
6565

66-
Happy coding! If you would like to contribute, please read our [Contributing Guide](CONTRIBUTING.md).
66+
Happy coding! If you would like to contribute, please read our [Contributing Guide](../CONTRIBUTING.md).
6767

6868

6969

guides/azure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ response = client.chat.completions.create(
5656

5757
print(response.choices[0].message.content)
5858
```
59+
60+
Happy coding! If you would like to contribute, please read our [Contributing Guide](../CONTRIBUTING.md).

guides/google.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ response = client.chat.completions.create(
8989
print(response.choices[0].message.content)
9090
```
9191

92-
Happy coding! If you would like to contribute, please read our [Contributing Guide](CONTRIBUTING.md).
92+
Happy coding! If you would like to contribute, please read our [Contributing Guide](../CONTRIBUTING.md).

guides/huggingface.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ print(response.choices[0].message.content)
5353
- Ensure that the `model` variable matches the identifier of your model as seen in the Hugging Face Model Hub.
5454
- If you encounter any rate limits or API access restrictions, you may have to upgrade your Hugging Face plan to enable higher usage limits.
5555
"""
56+
57+
Happy coding! If you would like to contribute, please read our [Contributing Guide](../CONTRIBUTING.md).

guides/openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ response = client.chat.completions.create(
4141
print(response.choices[0].message.content)
4242
```
4343

44-
Happy coding! If you’d like to contribute, please read our [Contributing Guide](CONTRIBUTING.md).
44+
Happy coding! If you’d like to contribute, please read our [Contributing Guide](../CONTRIBUTING.md).

0 commit comments

Comments
 (0)