Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Aug 27, 2024
1 parent 60aa0b8 commit 72ce839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:

- name: Run integration tests
env:
PARTNER_API_KEY: ${{ secrets.PARTNER_API_KEY }}
CEREBRAS_API_KEY: ${{ secrets.CEREBRAS_API_KEY }}
run: make integration_tests
working-directory: ${{ inputs.working-directory }}

Expand Down
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
# 🦜️🔗 LangChain {partner}
# 🦜️🔗 LangChain Cerebras

This repository contains 1 package with Cerebras integrations with LangChain:

- [langchain-cerebras](https://pypi.org/project/langchain-cerebras/)

## Initial Repo Checklist (Remove this section after completing)

This setup assumes that the partner package is already split. For those instructions,
see [these docs](https://python.langchain.com/docs/contributing/integrations#partner-packages).

Code

Workflow code

- [ ] Add secrets as env vars in .github/workflows/_release.yml

In github

- [ ] Add integration testing secrets in Github (ask Erick for help)
- [ ] Add partner collaborators in Github (ask Erick for help)

Pypi

- [ ] Add new repo to test-pypi and pypi trusted publishing (ask Erick for help)

0 comments on commit 72ce839

Please sign in to comment.