Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Change GPT-4 description.
Browse files- autoagents/spaces/app.py +1 -1
 
    	
        autoagents/spaces/app.py
    CHANGED
    
    | 
         @@ -48,7 +48,7 @@ async def run(): 
     | 
|
| 48 | 
         
             
                    with st.sidebar:
         
     | 
| 49 | 
         
             
                        model_dict = {
         
     | 
| 50 | 
         
             
                            "gpt-3.5-turbo": "GPT-3.5-turbo",
         
     | 
| 51 | 
         
            -
                            "gpt-4": "GPT-4 ( 
     | 
| 52 | 
         
             
                        }
         
     | 
| 53 | 
         
             
                        st.radio(
         
     | 
| 54 | 
         
             
                            "OpenAI model",
         
     | 
| 
         | 
|
| 48 | 
         
             
                    with st.sidebar:
         
     | 
| 49 | 
         
             
                        model_dict = {
         
     | 
| 50 | 
         
             
                            "gpt-3.5-turbo": "GPT-3.5-turbo",
         
     | 
| 51 | 
         
            +
                            "gpt-4": "GPT-4 (Better but slower)",
         
     | 
| 52 | 
         
             
                        }
         
     | 
| 53 | 
         
             
                        st.radio(
         
     | 
| 54 | 
         
             
                            "OpenAI model",
         
     |