Skip to content

Commit

Permalink
Update prompts.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
sharanshirodkar7 authored Mar 20, 2024
1 parent 12b3e4d commit 3ea5a75
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions fern/docs/pages/models/prompts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,26 +71,7 @@ For prompts where context is injected:
<|im_start|>assistant<|im_end|>
```

## SQLCoder-34b

(Replace the portions of the prompt below in curly braces `{...}` with the appropriate information, and do not keep the curly braces)

```
### Task
Generate a SQL query to answer the following question:
`{question}`
### Database Schema
This query will run on a database whose schema is represented in this string:
{table_info}
{special_instructions}
### SQL
Given the database schema, here is the SQL query that answers `{question}`:
```
## SQLCoder-7b
## SQLCoder

(Replace the portions of the prompt below in curly braces `{...}` with the appropriate information, and do not keep the curly braces)

Expand Down

0 comments on commit 3ea5a75

Please sign in to comment.