a
    f	g                     @   sr   d dl Z d dlmZ d dlZd dlZd dlmZ ejdddd Zddd	d
ZddddZ	ddddZ
dS )    N)NamedTemporaryFile)utilfunction)Zscopec                  c   sX   t j} zDtddd}|jt _|V  W d    n1 s80    Y  W | t _n| t _0 d S )Nzopenai-api-keywt)prefixmode)openaiZapi_key_pathr   name)Z
saved_pathtmp r   Y/var/www/html/llm_bihealth/app/venv/lib/python3.9/site-packages/openai/tests/test_util.pyapi_key_file
   s    &r   )returnc                 C   s(   t d| d |   t dks$J d S )Nzsk-foofile)printflushr   default_api_keyr   r   r   r   test_openai_api_key_path   s    r   c                 C   sN   t d| d |   tjtdd t  W d    n1 s@0    Y  d S )Nzmalformed-api-keyr   zMalformed API key)match)r   r   pytestZraises
ValueErrorr   r   r   r   r   r   +test_openai_api_key_path_with_malformed_key   s    r   c               	   C   s^   ddddddddd	d
ddddgd} t | }ttt| t|  ksZJ d S )Nz&chatcmpl-7NaPEA6sgX7LnNPyKPbRlsyqLbr5Vzchat.completionid|dzgpt-3.5-turbo-03019   (   a   )Zprompt_tokensZcompletion_tokensZtotal_tokensZ	assistantzThe 2020 World Series was played at Globe Life Field in Arlington, Texas. It was the first time that the World Series was played at a neutral site because of the COVID-19 pandemic.)rolecontentstopr   )messageZfinish_reasonindex)idobjectcreatedmodelusagechoices)r   Zconvert_to_openai_objectlistjsonloadsstrkeys)Zsample_responseZ
oai_objectr   r   r   &test_key_order_openai_object_rendering"   s    

r-   )r)   tempfiler   r   r   r   Zfixturer   r   r   r-   r   r   r   r   <module>   s   


