Skip to content

Commit

Permalink
more requirements, links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Zulkower committed Nov 1, 2024
1 parent 8469544 commit 651d512
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ginkgo-ai-client
# Ginkgo's AI model API client

**Work in progress: this repo was just made public and we are still working on integration**

Expand Down Expand Up @@ -62,7 +62,7 @@ predictions = client.batch_query([

## Available models

See the reference docs for more details on usage and parameters
See the [reference docs](https://github.com/ginkgobioworks/ginkgo-ai-client/index.html) for more details on usage and parameters.

| Model | Description | Reference | Supported queries | Versions |
| ----- | ------------------------------------------- | -------------------------------------------------------------------------------------------- | ---------------------------- | -------- |
Expand Down
7 changes: 6 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Requirements for the docker image
# Requirements for testing and doc building
requests==2.32.3
pytest-xdist==3.6.1
pytest-cov==4.0.0

sphinx==8.1.3,
docutils==0.17.1,
myst-parser==4.0.0,
shibuya==2024.10.15

0 comments on commit 651d512

Please sign in to comment.