You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/inference-providers/register-as-a-provider.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ For example, you can find the expected schema for Text to Speech here: [https://
74
74
75
75
Before proceeding with the next steps, ensure you've implemented the necessary code to integrate with the JS client and thoroughly tested your implementation. Here are the steps to follow:
76
76
77
-
### Implement the provider helper
77
+
### Implement the provider helper (JS)
78
78
79
79
Create a new file under `packages/inference/src/providers/{provider_name}.ts` and copy-paste the following snippet.
0 commit comments