Compare commits
	
		
			2 Commits
		
	
	
		
			other-prov
			...
			6ffb3f45ba
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 6ffb3f45ba | |||
| 5312410d7e | 
							
								
								
									
										1
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								index.js
									
									
									
									
									
								
							@@ -136,6 +136,7 @@ class OpenAIVisionProvider {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      const response = await this.openai.chat.completions.create({
 | 
					      const response = await this.openai.chat.completions.create({
 | 
				
			||||||
        model: this.config.model,
 | 
					        model: this.config.model,
 | 
				
			||||||
 | 
					        temperature: 0.1,
 | 
				
			||||||
        messages: [
 | 
					        messages: [
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            role: "user",
 | 
					            role: "user",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user