We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e748c3b commit 4bfb607Copy full SHA for 4bfb607
1 file changed
fern/apis/fai/generators.yml
@@ -39,3 +39,14 @@ groups:
39
enable-wire-tests: false
40
package-prefix: com.fern.fai
41
client-class-name: FernAI
42
+
43
+ python-sdk:
44
+ generators:
45
+ - name: fernapi/fern-python-sdk
46
+ version: 4.32.2
47
+ output:
48
+ location: pypi
49
+ package-name: fai-sdk
50
+ token: ${PYPI_TOKEN}
51
+ config:
52
+ client_class_name: FernAI
0 commit comments