Skip to content

Commit

Permalink
(fix): point to dev instance
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed May 1, 2024
1 parent 57d9dd7 commit 980dc26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fern/apis/api/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ groups:
package-name: "octoai"
token: ${PYPI_TOKEN}
github:
repository: octoml/octoai-python-sdk-fern
repository: fern-api/github-app-test
config:
inline_request_params: true
client:
Expand Down Expand Up @@ -65,7 +65,7 @@ groups:
package-name: "@octoai/sdk"
token: ${NPM_TOKEN}
github:
repository: octoml/octoai-typescript-sdk-fern
repository: fern-api/github-app-test
config:
namespaceExport: OctoAI
skipResponseValidation: true
Expand Down
2 changes: 1 addition & 1 deletion fern/docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
instances:
- url: https://octoai.docs.buildwithfern.com
- url: https://octoai.docs.dev.buildwithfern.com
title: OctoAI | Documentation
navigation:
- api: API Reference
Expand Down
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "octoai",
"version": "0.23.6"
"version": "0.23.6-1-g200197d73"
}

0 comments on commit 980dc26

Please sign in to comment.