File tree 6 files changed +8
-4
lines changed
6 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ response = client.chat.completions.create(
44
44
print (response.choices[0 ].message.content)
45
45
```
46
46
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) .
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ response = client.chat.completions.create(
63
63
print (response.choices[0 ].message.content)
64
64
```
65
65
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) .
67
67
68
68
69
69
Original file line number Diff line number Diff line change @@ -56,3 +56,5 @@ response = client.chat.completions.create(
56
56
57
57
print (response.choices[0 ].message.content)
58
58
```
59
+
60
+ Happy coding! If you would like to contribute, please read our [ Contributing Guide] ( ../CONTRIBUTING.md ) .
Original file line number Diff line number Diff line change @@ -89,4 +89,4 @@ response = client.chat.completions.create(
89
89
print (response.choices[0 ].message.content)
90
90
```
91
91
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) .
Original file line number Diff line number Diff line change @@ -53,3 +53,5 @@ print(response.choices[0].message.content)
53
53
- Ensure that the ` model ` variable matches the identifier of your model as seen in the Hugging Face Model Hub.
54
54
- If you encounter any rate limits or API access restrictions, you may have to upgrade your Hugging Face plan to enable higher usage limits.
55
55
"""
56
+
57
+ Happy coding! If you would like to contribute, please read our [ Contributing Guide] ( ../CONTRIBUTING.md ) .
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ response = client.chat.completions.create(
41
41
print (response.choices[0 ].message.content)
42
42
```
43
43
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) .
You can’t perform that action at this time.
0 commit comments