Skip to content

Commit

Permalink
Style: Change name of file
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed Sep 18, 2023
1 parent 4dfd57d commit b5fcd7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import pytest
import src.text_generation.chat_gpt as chat_gpt
import src.text_generation.text_generator as text_generator

@pytest.mark.apitest
def test_chat_gpt_response():
prompt = "Say anything!"
response = chat_gpt.chat_with_gpt(prompt)
response = text_generator.chat_with_gpt(prompt)
assert response

0 comments on commit b5fcd7c

Please sign in to comment.