Skip to content

Commit

Permalink
Merge pull request #24 from ablt-ai/0.0.5
Browse files Browse the repository at this point in the history
0.0.5
  • Loading branch information
wwakabobik committed Mar 7, 2024
2 parents d1bf965 + b413818 commit dc0a7fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
### Documentation
- [ ] Documentation / README.md has been updated

### Tests
- [ ] Tests have been added to cover the changes
- [ ] All tests passed

### Other code changes
- [ ] The soul is pure
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
markers =
sync: marks test for synchroneous API (requests)
asyncio: marks test for asynchroneous API (aiohttp)
addopts = -vv -rfEx --tb=short -p no:warnings --reruns=2
addopts = -vv -rfEx --tb=short -p no:warnings --reruns=3
testpaths =
tests/sync
tests/async
2 changes: 1 addition & 1 deletion tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"model": "gpt-4",
"name": "Omni",
"description": "An omniscient bot with knowledge of everything",
"welcome_message": "Hi, I'm Omni. \n\nHow can I help you today?",
"welcome_message": "Hi, I'm Omni. \r\n\r\nHow can I help you today?",
"avatar_url": "https://strapi-ablt.s3.amazonaws.com/thumbnail_omni_bdf1a23d4e.jpg",
},
{
Expand Down

0 comments on commit dc0a7fa

Please sign in to comment.