Skip to content

Commit

Permalink
feat(README): update
Browse files Browse the repository at this point in the history
  • Loading branch information
efugier committed May 6, 2024
1 parent c560c24 commit 4af550a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ src/
│   ├── api.rs
│ │ # config structs for prompt defition (messages, model, temperature...)
│   └── prompt.rs
# third-party related code (request, adapters)
# third-party-related code (request, adapters)
└── third_party
# make third party requests
# make third party requests and read the result
├── mod.rs
# logic to adapt smartcat prompts to third party ones
├── prompt_adapters.rs
# logic to parse and extract the message from third party answers
# structs to parse and extract the message from third party answers
└── response_parsing.rs
```

Expand Down

0 comments on commit 4af550a

Please sign in to comment.