Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
regismesquita authored Aug 7, 2024
1 parent 54371c1 commit 09af456
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
1- Add a secret for actions on your github repository with your Telnyx Token at TELNYXAI_TOKEN
# Getting Started

2- Create the following file on your repository `.github/workflows/review_pr.yml`
To get started visit [Telnyx Inference documentation](https://developers.telnyx.com/docs/inference/getting-started)

```
# How to add it to my project?

1. [Add a secret for actions on your github repository](https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions) with your Telnyx Token at TELNYXAI_TOKEN
1. Create the following file on your repository `.github/workflows/review_pr.yml`

```yaml
name: PR Review

on:
Expand All @@ -24,4 +29,4 @@ jobs:
model_name: 'meta-llama/Meta-Llama-3.1-8B-Instruct'
```
Done , The next time a PR is open it will be automatically reviewed by Telnyx Inference.
And done , The next time a PR is open it will be automatically reviewed by Telnyx Inference.

0 comments on commit 09af456

Please sign in to comment.